Click or drag to resize
Point Class
This class represent a Position inside the table wich is represented into 2D dimension (X and Y).
Inheritance Hierarchy
SystemObject
  TangibleFrameworkPoint

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class Point

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Connstructeur par défaut
Public methodPoint(Single, Single)
parametered constructor X axis value Y axis value
Top
Fields
  NameDescription
Public fieldX
X axis Value
Public fieldY
Y axis Value
Top
See Also